import { Text, useTheme } from '@aws-amplify/ui-react'; export const LocalStylingExample = () => { const theme = useTheme(); return ( This is my styled text ); };